home *** CD-ROM | disk | FTP | other *** search
- Path: m.maus.de!Volker_Steinlein
- From: Volker_Steinlein@m.maus.de (Volker Steinlein)
- Newsgroups: comp.lang.c++
- Subject: How can I switch off name-mangling in cpp-files?
- Message-ID: <199603102256.a29227@m.maus.de>
- Date: Sun, 10 Mar 96 20:56:00 GMT
- X-Gate: MausGate/News 1.25/ac3
- MIME-Version: 1.0
- Content-Type: text/plain; charset=ISO-8859-1
- Content-Transfer-Encoding: 8bit
-
- Hi all,
-
- I got a problem. I have a c-library (*.h and *.lib) and source code of this
- library for an complete different os. The source is written in c++ and should
- be compiled with the header file of the existing c-library. The header file
- contains only function prototypes and mustn't be modified.
-
- How can I stop name-mangling without loosing c++-features when I compile and
- link the cpp-file?
-
- Thanks for your help
-
- Volker
-